<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*���掩�桁�--綣�紮�*/

/* 紊�篏��桁� */
html,
body,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
i,
p,
dl,
dt,
dd,
form,
label,
input,
button,
select,
option,
textarea,
table,
th,
td {
    margin: 0;
    padding: 0;
}

/* ��������絖�����罔≦��莉���筝�IE��罔≦�� */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    max-width: 1920px;
    min-height: 100%;
    margin: 0 auto;
    
    -webkit-text-size-adjust: 100%;
    /* ��Щ���紊�筝�絋����阪��綛恰�炊┴絮鋍�絲取�翫�篏���紊э�-webkit-text-size-adjust: 100% ��札胼�罩√�篏������� */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* 蕭�篋��� */
}

body {
    font-family: '緇�蒐��藥�';
    /* 藥�莅ゅ�篏� 緇�蒐��藥� */
    color: #333;
    /* 藥�莅ゅ�篏�蘂��� */
    font-size: 16px;
    /* 藥�莅ゅ�篏�紊у� */
    -webkit-font-smoothing: antialiased;
    /*��絖�����戎*/
    -moz-osx-font-smoothing: grayscale;
    /*��絖�����戎*/
}
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
    /* ��蘂���膈丈��ら�莅ゆ�桁� */
    font-weight: normal;
    font-size: inherit;
}

ul,
ol {
    list-style: none;
}

i {
    font-style: normal;
    display: inline-block;
}

img {
    border: none;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

a {
    text-decoration: none;
    display: block;
    color: inherit;
}

table {
    table-layout: fixed;
    border-collapse: collapse;
}

input,
textarea,
button {
    border: none;
    outline: none;
    color: inherit;
    font-size: 14px;
    background: none;
    font-family: inherit;
}

textarea {
    resize: none;
    overflow: auto;
}

/* �脂��input藥�莅ゆ�桁� */
input {
    -webkit-appearance: none;
}

input {
    background: none;
    outline: none;
    border: none;
}

a,
button,
input,
optgroup,
select,
textarea {
    /* 腱糸����劫�糸����榊ｰ"����"������ */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input::-ms-clear {
    display: none;
}

/* �脂��IE羌頵������莨��ユ����� */
input::-ms-reveal {
    display: none;
}

/* �脂��IE羌頵������莨��ユ����� */
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #999 !important;
    transition: background-color 99999999s ease-in-out 0s !important;
}

input,
textarea {
    -webkit-appearance: none;
}



/* flex絽�絮��弱� START */
.flex {
    /* 莅丞舟筝�flex��絖� */
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex_column {
    /* ���贋��� */
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.flex_wrap {
    /* ��莅御�∵� */
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex_center {
    /* 莅丞舟筝�flex��絖� */
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    /* 羂翫抗�劫��筝�絮�筝� */
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;

    /* ���贋�劫��筝�絮�筝� */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;

}

.flex_row_center {
    /* 羂翫抗�劫��筝�絮�筝� */
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.flex_row_start {
    /* 羂翫抗�劫��筝�絮�綏� */
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
}

.flex_row_end {
    /* 羂翫抗�劫��筝�絮��� */
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
}

.flex_row_justify {
    /* 羂翫抗�劫��筝�膈��頑����� */
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.flex_column_center {
    /* ���贋�劫��筝�絮�筝� */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.flex_column_start {
    /* ���贋�劫��筝�絮�筝� */
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
}

.flex_column_end {
    /* ���贋�劫��筝�絮�筝� */
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
}

.flex1 {
    /* ����1篁遵ぇ絨� */
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex_rank_1 {
    /* ����膈�膾� */
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

.flex_rank_2 {
    /* ����膈�膾� */
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.flex_rank_3 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
}

/* flex END */



/* 羝��ゆ貴�� */
.clear_float::after {
    content: ' ';
    display: block;
    clear: both;
    font-size: 0px;
}


/* 羌��� */
.float_left {
    float: left;
}

.float_right {
    float: right;
}


/* 菴�綺� */
.transition {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


/* ��茵�����頃�咲���� */
.one_row_text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/* 紊�茵�����頃�咲���� */
.two_row_text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* 絖�篏��丈�� */
.iconfont {
    color: inherit;
    font-size: inherit;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    /* ��絖�����戎 */
    -moz-osx-font-smoothing: grayscale;
    /* ��絖�����戎 */
}


/* ������ */
.background_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


/* �丞��絮�筝� */
.picture_container {
    position: relative;
    overflow: hidden;
    background: none;
}

.picture_container img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}


/* 胼�罩√��脂��筝㊥��絖� */
.no_select_text {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* ��絖��劫�� */
.text_direction_vertical {
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}

.text_direction_default {
    -webkit-writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
}




[class*=animate_] {
    /* ���紙�狗�器����糸�紮������倶�� */
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;

    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

[class*=animate_nav_] {
    /* ���紙�狗�器����糸�紮������倶�� */
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;

    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}</pre></body></html>